$Translation["greater than or equal to"] = "Greater than or equal to";
$Translation["less than"] = "Less than";
$Translation["less than or equal to"] = "Less than or equal to";
$Translation["like"] = "Like";
$Translation["not like"] = "Not like";
$Translation["apply filters"] = "Apply filters";
$Translation["save filters"] = "Save and apply filters";
$Translation["saved filters title"] = "HTML Code For The Applied Filters";
$Translation["saved filters instructions"] = "Copy the code below and paste it to an HTML file to save the filter you just defined so that you can return to it at any time in the future without having to redefine it. You can save this HTML code on your computer or on any server and access this prefiltered table view through it.";
$Translation["field not null"] = "You can't leave this field empty.";
$Translation["*"] = "*";
// lib.php
$Translation["select a table"] = "Go to table";
$Translation["error:"] = "Error:";
$Translation["sql error:"] = "SQL error:";
$Translation["query:"] = "Query:";
$Translation["< back"] = "< Back";
$Translation["if you haven't set up"] = "If you haven't set up the database yet, you can do so by clicking <a href='setup/setup.php'>here</a>.";
// setup.php
$Translation["error while connecting to mysql:"] = "Error while connecting to MySQL: ";
$Translation["attempting to create db"] = "Attempting to create database '<DBName>' ... ";
$Translation["error while creating db"] = "Error while creating database: ";
$Translation["please make sure username has permissions"] = "Please make sure that the username you are using has enough permissions to create the database '<DBName>'";
$Translation["done"] = "Done ... ";
$Translation["attempting to create table"] = "Attempting to create table '<TableName>' ... ";
$Translation["to access your db"] = "To access your database, <a href=../index.html>click here</a>. If setup was successful, you may safely delete the 'setup' folder.";